Record Reminder

Reminders are related to their Records via record_key fields in Record and Record_reminder tables.

Mapping of the FESD attributes to the WorkZone Content Server FESD Web Services database fields and notes on WorkZone Content Server FESD Web Services implementation are presented in the table below.

FESD Parameter WorkZone Content Server FESD Web Services Table WorkZone Content Server FESD Web Services Field WorkZone Content Server FESD Web Services Implementation Notes
reminderDate Record_reminder reminder_date  
reminderTypeCode Record_reminder reminder_code Parameter type is char(3) instead of char(2) specified by FESD standard.
descriptionText Record_reminder text  
responsibleReference Record_reminder name_code Parameter type is GUID instead of int(10) specified by FESD standard. Algorithms of storing and fetching this parameter to / from the WorkZone Content Server FESD Web Services database are similar to algorithms for caseFileResponsibleOfficerReference parameter of CaseFile.
N/A Record_reminder name_key Is filled in with name_key of Employee referred by name_code.
N/A Record_reminder name_type Is filled in with ‘M’ (Employee)